WARNING: This program has a bug, or error. So let's debug it!
RULE: ValueError only catches specific runtime errors. To catch all runtime errors, use the keyword Exception.
- Click Run and read the error message that pops up. Then click OK.
- Change the word ValueError to Exception to prevent the program from breaking!
- Click Run to see if you fixed the program. When it is fixed, click Submit and Next.
To navigate the page using the TAB key, first press ESC to exit the code editor.